home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / spline11 / frmabout.frm < prev    next >
Text File  |  1995-09-01  |  3KB  |  109 lines

  1. VERSION 2.00
  2. Begin Form frmAbout
  3.    Caption         =   "About Splinal App!"
  4.    ClientHeight    =   3270
  5.    ClientLeft      =   2925
  6.    ClientTop       =   2370
  7.    ClientWidth     =   4710
  8.    Height          =   3735
  9.    KeyPreview      =   -1  'True
  10.    Left            =   2835
  11.    LinkTopic       =   "Form2"
  12.    ScaleHeight     =   3270
  13.    ScaleWidth      =   4710
  14.    Top             =   1995
  15.    Width           =   4890
  16.    Begin Label Label9
  17.       Alignment       =   2  'Center
  18.       Caption         =   "71233.1412@compuserve.com (Internet)"
  19.       Height          =   225
  20.       Left            =   0
  21.       TabIndex        =   8
  22.       Top             =   2415
  23.       Width           =   4740
  24.    End
  25.    Begin Label Label8
  26.       Alignment       =   2  'Center
  27.       Caption         =   "71233,1412 (Compuserve)"
  28.       Height          =   225
  29.       Left            =   0
  30.       TabIndex        =   7
  31.       Top             =   2205
  32.       Width           =   4740
  33.    End
  34.    Begin Label Label7
  35.       Alignment       =   2  'Center
  36.       Caption         =   "(404)872-2980 (fax)"
  37.       Height          =   225
  38.       Left            =   0
  39.       TabIndex        =   6
  40.       Top             =   1995
  41.       Width           =   4740
  42.    End
  43.    Begin Label Label6
  44.       Alignment       =   2  'Center
  45.       Caption         =   "(404)874-6938 (voice)"
  46.       Height          =   225
  47.       Left            =   0
  48.       TabIndex        =   5
  49.       Top             =   1785
  50.       Width           =   4740
  51.    End
  52.    Begin Label Label5
  53.       Alignment       =   2  'Center
  54.       Caption         =   "Atlanta, GA  30306"
  55.       Height          =   225
  56.       Left            =   0
  57.       TabIndex        =   4
  58.       Top             =   1050
  59.       Width           =   4740
  60.    End
  61.    Begin Label Label4
  62.       Alignment       =   2  'Center
  63.       Caption         =   "946 Glen Arden Way, NE"
  64.       Height          =   225
  65.       Left            =   0
  66.       TabIndex        =   3
  67.       Top             =   840
  68.       Width           =   4740
  69.    End
  70.    Begin Label Label3
  71.       Alignment       =   2  'Center
  72.       Caption         =   "Andrew S. Dean"
  73.       Height          =   225
  74.       Left            =   0
  75.       TabIndex        =   2
  76.       Top             =   630
  77.       Width           =   4740
  78.    End
  79.    Begin Label Label2
  80.       Alignment       =   2  'Center
  81.       Caption         =   "Splinal App! and SPLINES.DLL were written by"
  82.       Height          =   225
  83.       Left            =   0
  84.       TabIndex        =   1
  85.       Top             =   210
  86.       Width           =   4740
  87.    End
  88.    Begin Label Label1
  89.       Alignment       =   2  'Center
  90.       Caption         =   "Copyright (C) 1993-95, Andrew S. Dean"
  91.       Height          =   225
  92.       Left            =   0
  93.       TabIndex        =   0
  94.       Top             =   3045
  95.       Width           =   4740
  96.    End
  97. End
  98. 'Copyright (C) Andrew S. Dean 1993-95
  99. Option Explicit
  100.  
  101. Sub Form_KeyPress (KeyAscii As Integer)
  102.   UnloadOnEscape KeyAscii
  103. End Sub
  104.  
  105. Sub Form_Load ()
  106.   CenterForm frmAbout
  107. End Sub
  108.  
  109.